home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / bbs / seven101.zip / 7TURN.DOC next >
Text File  |  1996-06-14  |  1KB  |  29 lines

  1. 7TURN.EXE is a small and quick utility that will inform the user when
  2. they log on that it is there turn in Seven.  It is recommended to
  3. use this program in your logon event batch file, to remind your users
  4. and keep a game that was joined by a player going!
  5.  
  6. 7TURN is executed exactly as Seven!  Only from a logon event batch file.
  7. (This includes loading a FOSSIL driver if your having problems, eg. BNU)
  8. The exception is that 7TURN does not recognize the argument LOCAL.  
  9. However, you may pass as the 1st argument to 7TURN the location of
  10. the dropfile to use.  For more infomation, read SYSOP.DOC.
  11.  
  12. In order to use this you will need to add the following lines to your
  13. batch file you use for logon events.
  14.  
  15.  
  16. @echo off
  17. cd \bbs\online\seven         
  18. 7turn.exe \bbs\dorinfo1.def
  19. cd \bbs                      
  20.  
  21.  
  22. If your unfamiliar with logon events.  For WWIV BBS's run INIT and select
  23. the option for external programs.  Now select the option for logon event 
  24. and assign a batch file name to it.  (i.e.  LOGON.BAT).  All you have to do 
  25. now is put the lines shown above for 7TURN into a file called LOGON.BAT,
  26. and that's it.
  27.  
  28.  
  29.